Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NNovInteropUnmarshaller<TStub> Class
Members


In This Topic
    NNovInteropUnmarshaller<TStub> Class
    In This Topic
    Serves as base class for Interop Unmarshallers implemented by NOV. Designed to work with NNovInteropMarshaller.
    Object Model
    NNovInteropUnmarshaller<TStub> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NNovInteropUnmarshaller(Of TStub) 
    'Usage
     
    
    Dim instance As NNovInteropUnmarshaller(Of TStub)
    public abstract class NNovInteropUnmarshaller<TStub> 
    Type Parameters
    TStub
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>
          Nevron.Nov.Interop.NHttpNovUnmarshaller<TStub>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also